| name :: string [R] | Name of this prototype. |
| order :: string [R] | Order string of this prototype. |
| localised_name :: LocalisedString [R] | |
| localised_description :: LocalisedString [R] | |
| key_sequence :: string [R] | The default key sequence for this custom input. |
| linked_game_control :: string [R] | The linked game control name or nil. |
| consuming :: string [R] | The consuming type: "none" or "game-only". |
| enabled [R] | If this custom input is enabled. |
| valid :: boolean [R] | Is this object valid? |
| help() → string | All methods, and properties that this object supports. |
Prototype of a custom input.
Name of this prototype.
Order string of this prototype.
The default key sequence for this custom input.
The linked game control name or nil.
The consuming type: "none" or "game-only".
If this custom input is enabled. Disabled custom inputs exist but are not used by the game.